Xor (Logical exclusion)

Basic and Crystal syntax.

Usage

x Xor y

Value of x Value of y x Xor y

True

True

False

True

False

True

False

True

True

False

False

False

Examples

The following example is applicable to both Basic and Crystal syntax:

{Customer.SELL} Xor {Customer.GOVT_APPROVE}

Returns True if one of {Customer.SELL} and {Customer.GOVT_APPROVE} is True, and the other is False.



Seagate Software, Inc.
http://www.seagatesoftware.com
Please send comments to:
techpubs@seagatesoftware.com